home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / asmutil / ps65a12.zip / SYN.ASM < prev   
Assembly Source File  |  1986-11-30  |  227b  |  5 lines

  1.          .opdef .byte,.db    ;define byte data
  2.          .opdef .dbyte,.dw   ;define double byte msb first
  3.          .opdef .word,.drw   ;define double byte lsb first
  4.          .opdef .text,.db    ;define text string of data
  5.